home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Toronto / Postcard CD: Toronto (2004).iso / mac / IntroMov.dxr / Internal_5.ls < prev    next >
Encoding:
Text File  |  2002-01-03  |  102 b   |  8 lines

  1. on exitFrame me
  2.   if the timer < 400 then
  3.     go(the frame)
  4.   else
  5.     go(the frame + 1)
  6.   end if
  7. end
  8.